|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--hep.analysis.EventHandler | +--hep.analysis.EventAnalyzer
A base class for routines that analyze events
Fields inherited from class hep.analysis.EventHandler |
out |
Constructor Summary | |
EventAnalyzer()
|
Method Summary | |
abstract void |
processEvent(EventData data)
When implementing this method, use the given EventData object to access data for an event and use the data appropriately. |
Methods inherited from class hep.analysis.EventHandler |
afterLastEvent, beforeFirstEvent, histogram, histogram, sendMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EventAnalyzer()
Method Detail |
public abstract void processEvent(EventData data)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |